home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 13 / 013.d81 / t.line writer v_ < prev    next >
Text File  |  2022-08-26  |  1KB  |  85 lines

  1.  
  2.          LINE WRITER V/64
  3.  
  4.  
  5.  
  6. Written by: Stephen S. Leven
  7.  
  8. Text Line Processor For the C-64 and
  9.      VIC 20 -- Part 2
  10. PowerPlay Magazine, July 1985
  11. Page 108
  12.  
  13.  
  14.  In the last issue of PowerPlay
  15.  
  16. Magazine, Steve and his neighbor,
  17.  
  18. Aaron, created a mini word processor.
  19.  
  20. This issue they modify it to make it
  21.  
  22. easier to use.
  23.  
  24.  TEXT LINE PROCESSOR has a few changes
  25.  
  26. that are worth noting.  First is the
  27.  
  28. flashing cursor.  Now you can actually
  29.  
  30. see where you are about to type.
  31.  
  32. Second is the end of line marker. This
  33.  
  34. marker allows 80 characters to be
  35.  
  36. entered and then sent to the printer.
  37.  
  38.  An enhancement that will cure many
  39.  
  40. people's problems is what is known as
  41.  
  42. the quote-mode fix.  Whenever a quote
  43.  
  44. is typed, the computer goes into
  45.  
  46. quote mode.  In this mode, all the
  47.  
  48. cursor movements with the control
  49.  
  50. keys (cursor keys, insert, etc...)
  51.  
  52. appear in funny looking reverse text.
  53.  
  54. By telling the computer that a quote
  55.  
  56. was NOT typed, we can type the cursor
  57.  
  58. keys as much as we like.  Quote mode
  59.  
  60. is turned off by a POKE 212,0.
  61.  
  62.  
  63.  
  64.    This program is copyrighted by
  65.  
  66. PowerPlay magazine.  All rights to it
  67.  
  68. are reserved.  LOADSTAR has relieved
  69.  
  70. you from the burden of keying in this
  71.  
  72.     program.  For more complete
  73.  
  74. information about this program, refer
  75.  
  76.  to the July 1985 issue of PowerPlay
  77.  
  78.              Magazine.
  79.  
  80.  
  81.  
  82. >Files used: LINE WRITER V/64
  83.  
  84. --------------------------------------
  85.